lpc176x: Add initial support for LPC176x processors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
7
src/lpc176x/internal.h
Normal file
7
src/lpc176x/internal.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __LPC176X_INTERNAL_H
|
||||
#define __LPC176X_INTERNAL_H
|
||||
// Local definitions for lpc176x code
|
||||
|
||||
void gpio_peripheral(int bank, int pin, int func, int pullup);
|
||||
|
||||
#endif // internal.h
|
||||
Reference in New Issue
Block a user