Merge branch 'fix/os_lib_link' into 'develop'

os lib link problem fixed



See merge request !35
This commit is contained in:
tkl 2016-09-16 10:20:16 +00:00
commit dc9377557b

View File

@ -7,7 +7,9 @@
#include <stddef.h>
#include "board.h"
#include "rng.h"
#include "stm32f4xx.h"
#include "stm32f4_rng.h"
int stm32f4_rng_open(const void *this)
{