summaryrefslogtreecommitdiff
path: root/gm_platform/fw/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gm_platform/fw/main.c')
-rw-r--r--gm_platform/fw/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gm_platform/fw/main.c b/gm_platform/fw/main.c
index d2bc33c..3020a42 100644
--- a/gm_platform/fw/main.c
+++ b/gm_platform/fw/main.c
@@ -101,9 +101,6 @@ int main(void) {
usart_dma_init();
while (42) {
- char *data = "FOOBAR\n";
- usart_send_packet((uint8_t*)data, 8);
- for (int i=0; i<100000; i++);
//int pol = GPIOB->IDR & (1<<1); /* Sample current polarity */
//leds.error = pol ? 100 : 0;
//for (int i=0; i<10000; i++) ;