diff options
Diffstat (limited to 'ports/ARM7-LPC214x/vic.c')
-rw-r--r-- | ports/ARM7-LPC214x/vic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ARM7-LPC214x/vic.c b/ports/ARM7-LPC214x/vic.c index 739a259c1..88e9814bb 100644 --- a/ports/ARM7-LPC214x/vic.c +++ b/ports/ARM7-LPC214x/vic.c @@ -32,7 +32,7 @@ * @brief VIC Initialization.
* @note Better reset everything in the VIC, it is a HUGE source of trouble.
*/
-void lpc214x_vic_init(void) {
+void vic_init(void) {
int i;
VIC *vic = VICBase;
|