mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 19:43:52 +01:00
Merge pull request #13 from mehlis/fix_old_style_warning
fixed old-style-declaration warning
This commit is contained in:
commit
217f18588d
@ -4,7 +4,7 @@
|
|||||||
#include "msp430.h"
|
#include "msp430.h"
|
||||||
#include "debug.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) {
|
static uint8_t calc_umctl(uint16_t br) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user