This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix E2END
main
PaulStoffregen
9 years ago
parent
7a750fe78e
commit
3bc1d7c08b
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+2
-2
teensy3/avr/eeprom.h
+ 2
- 2
teensy3/avr/eeprom.h
View File
@@ -7,9 +7,9 @@
#include "avr_functions.h"
#if defined(__MK20DX128__) || defined(__MK20DX256__)
#define E2END
2048
#define E2END
0x7FF
#elif defined(__MKL26Z64__)
#define E2END
128
#define E2END
0x7F
#else
#define E2END 0
#endif
Write
Preview
Loading…
Cancel
Save