removed error line, causes issues with LSP.

This commit is contained in:
Jake Goodwin 2025-02-22 21:31:52 -08:00
parent d3d69ca180
commit b103fe2b97
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#ifndef F_CPU
#error "F_CPU not defined: defaulting to 9.6MHz"
#define F_CPU 1200000UL
#endif