1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

[sam] ready for sam3u debug on sam3u-ek

This commit is contained in:
Thibaut VIARD
2011-09-12 18:43:26 +02:00
parent bc253722a6
commit d287bba7d1
6 changed files with 35 additions and 10 deletions

View File

@ -21,7 +21,7 @@
extern void PMC_EnablePeripheral( uint32_t dwId ) ;
extern void PMC_DisablePeripheral( uint32_t dwId ) ;
extern uint32_t PMC_IsPeriphEnabled( uint32_t dwId ) ;
extern uint32_t PMC_IsPeripheralEnabled( uint32_t dwId ) ;
#ifdef __cplusplus
}