Misc. general cleanup

This commit is contained in:
Scott Lahteine
2017-11-19 14:12:45 -06:00
parent 8836623e0f
commit b9327a4d16
5 changed files with 130 additions and 145 deletions

View File

@@ -43,7 +43,6 @@
#define _O2 __attribute__((optimize("O2")))
#define _O3 __attribute__((optimize("O3")))
// Clock speed factors
#define CYCLES_PER_MICROSECOND (F_CPU / 1000000L) // 16 or 20
#define INT0_PRESCALER 8