Skip to content

Commit f140559

Browse files
committed
Add objects.h for L073
1 parent bda200e commit f140559

File tree

1 file changed

+4
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ

1 file changed

+4
-0
lines changed

targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/objects.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ struct i2c_s {
8484
I2CName i2c;
8585
};
8686

87+
struct trng_s {
88+
RNG_HandleTypeDef handle;
89+
};
90+
8791
#include "common_objects.h"
8892
#include "gpio_object.h"
8993

0 commit comments

Comments
 (0)