src/main.cpp

changeset 69
516acbbce05a
parent 68
a0f97359f266
equal deleted inserted replaced
68:a0f97359f266 69:516acbbce05a
177 rst.fall(&reset_irq); 177 rst.fall(&reset_irq);
178 printf("SETUP DONE\r\n"); 178 printf("SETUP DONE\r\n");
179 179
180 if (rst.read() == 0) 180 if (rst.read() == 0)
181 // in case we reset the FP while the unit is running 181 // in case we reset the FP while the unit is running
182 reset(); 182 hp = new HPSerial(HP_TX, HP_RX);
183 //reset();
183 } 184 }
184 185
185 void end_splashscreen(void) 186 void end_splashscreen(void)
186 { 187 {
187 splashscreen = false; 188 splashscreen = false;

mercurial