Add objects.h for L073

pull/2611/head
adustm 2016-10-06 13:49:40 +02:00
parent bda200e814
commit f140559526
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ struct i2c_s {
I2CName i2c;
};
struct trng_s {
RNG_HandleTypeDef handle;
};
#include "common_objects.h"
#include "gpio_object.h"