os lib link problem fixed

This commit is contained in:
Thomas Klaehn 2016-09-16 12:09:28 +02:00
parent ac990bdd0c
commit a4b552be70

View File

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