Explorar el Código

Fix E2END

main
PaulStoffregen hace 9 años
padre
commit
3bc1d7c08b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      teensy3/avr/eeprom.h

+ 2
- 2
teensy3/avr/eeprom.h Ver fichero

@@ -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

Cargando…
Cancelar
Guardar