Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 18_PT1000 RDA5807M-FM-Radio flashaccess TF_conops_BAEFLAGIMAN ... more
Diff: FreescaleIAP.h
- Revision:
- 8:6749f7702fa5
- Parent:
- 7:474d231b2f35
diff -r 474d231b2f35 -r 6749f7702fa5 FreescaleIAP.h --- a/FreescaleIAP.h Mon Jun 22 12:15:47 2015 +0000 +++ b/FreescaleIAP.h Sun Oct 18 17:03:52 2015 +0000 @@ -7,7 +7,7 @@ #if defined(TARGET_KLXX) #define SECTOR_SIZE 1024 -#elif defined(TARGET_K20D5M) | (TARGET_K22F) +#elif defined(TARGET_K20D5M) | (TARGET_K22F) | (TARGET_TEENSY3_1) #define SECTOR_SIZE 2048 #elif defined(TARGET_K64F) #define SECTOR_SIZE 4096
