Renamed the CORTEX_M4_ATSAM4S_AVR_Studio directory to the correct CORTEX_M4_ATSAM4S_Atmel_Studio.

This commit is contained in:
Richard Barry 2012-07-08 15:58:54 +00:00
parent 271b22eccc
commit e1a83402d6
167 changed files with 6 additions and 6 deletions

View file

@ -75,6 +75,6 @@
* within the callback function to determine which timer has actually expired
* (and therefore which LED to toggle).
*/
void vStartLEDFlashTimers( unsigned portBASE_TYPE xNumberOfLEDs );
void vStartLEDFlashTimers( unsigned portBASE_TYPE uxNumberOfLEDs );
#endif /* FLASH_TIMER_H */