summaryrefslogtreecommitdiff
path: root/gm_platform/fw/main.c
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2020-01-25 11:53:44 +0100
committerjaseg <git@jaseg.net>2020-01-25 11:53:44 +0100
commit966f104597275b29f41c06c4574d1bbe9ecde401 (patch)
tree56224782459e8b7983df5605809c7269539a7cb1 /gm_platform/fw/main.c
parent410e38651052038e34843b17269d61e75720f0ba (diff)
downloadmaster-thesis-966f104597275b29f41c06c4574d1bbe9ecde401.tar.gz
master-thesis-966f104597275b29f41c06c4574d1bbe9ecde401.tar.bz2
master-thesis-966f104597275b29f41c06c4574d1bbe9ecde401.zip
serial wip
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++) ;