Mercurial > ~darius > hgwebdir.cgi > stm32temp
comparison hw.c @ 88:5fc6a25f40ef
Disable LCD init code since this board doesn't have it.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Fri, 13 Mar 2015 11:36:41 +1030 |
parents | 345a42f6151b |
children |
comparison
equal
deleted
inserted
replaced
87:e30fe4bb8011 | 88:5fc6a25f40ef |
---|---|
10 static void hw_port_cfg(void); | 10 static void hw_port_cfg(void); |
11 | 11 |
12 void | 12 void |
13 hw_init(void) { | 13 hw_init(void) { |
14 hw_port_cfg(); | 14 hw_port_cfg(); |
15 #if 0 | |
15 lcd_init(); | 16 lcd_init(); |
16 lcd_setpwm(1000); | 17 lcd_setpwm(1000); |
18 #endif | |
17 } | 19 } |
18 | 20 |
19 static void | 21 static void |
20 hw_port_cfg(void) { | 22 hw_port_cfg(void) { |
21 FSMC_NORSRAMInitTypeDef FSMC_NORSRAMInitStructure; | 23 FSMC_NORSRAMInitTypeDef FSMC_NORSRAMInitStructure; |