gpio.c, vector.c updated for LPC43xx

This commit is contained in:
Michael Ossmann
2012-05-22 13:55:50 -06:00
parent 9439ce9d69
commit 5e1bcaa582
2 changed files with 165 additions and 18 deletions

View File

@@ -17,7 +17,7 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libopencm3/lpc17xx/gpio.h>
#include <libopencm3/lpc43xx/gpio.h>
void gpio_set(u32 gpioport, u32 gpios)
{