mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Committer:
shaoziyang
Date:
Sat Sep 13 14:25:46 2014 +0000
Revision:
323:9e901b0a5aa1
Parent:
226:b062af740e40
test with CLOCK_SETUP = 0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 226:b062af740e40 1 // List of reserved pins for MBED LPC1768
mbed_official 226:b062af740e40 2
mbed_official 226:b062af740e40 3 #ifndef RESERVED_PINS_H
mbed_official 226:b062af740e40 4 #define RESERVED_PINS_H
mbed_official 226:b062af740e40 5
mbed_official 226:b062af740e40 6 #define TARGET_RESERVED_PINS {}
mbed_official 226:b062af740e40 7
mbed_official 226:b062af740e40 8 #endif