Skip to content
Snippets Groups Projects
Commit 217f1858 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

Merge pull request #13 from mehlis/fix_old_style_warning

fixed old-style-declaration warning
parents d97bfca7 4997e615
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#include "msp430.h"
#include "debug.h"
volatile static uint32_t __msp430_cpu_speed = MSP430_INITIAL_CPU_SPEED;
static volatile uint32_t __msp430_cpu_speed = MSP430_INITIAL_CPU_SPEED;
/*---------------------------------------------------------------------------*/
static uint8_t calc_umctl(uint16_t br) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment