Commit 43b877e4 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

minor bugfixes

parent b4b23225
......@@ -14,7 +14,7 @@
#ifndef __WBGEN2_REGDEFS_WB_VIRTUAL_UART_WB
#define __WBGEN2_REGDEFS_WB_VIRTUAL_UART_WB
#include <inttypes.h>
#include <stdint.h>
#if defined( __GNUC__)
#define PACKED __attribute__ ((packed))
......
......@@ -112,8 +112,6 @@ int main(void)
int16_t ret;
uart_init();
mprintf("Starting up\n");
gpio_dir(GPIO_PIN_LED, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment