diff options
Diffstat (limited to 'include/arch/stm32l4xxx/peripherals/apb.h')
-rw-r--r-- | include/arch/stm32l4xxx/peripherals/apb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/arch/stm32l4xxx/peripherals/apb.h b/include/arch/stm32l4xxx/peripherals/apb.h new file mode 100644 index 0000000..11fa7ab --- /dev/null +++ b/include/arch/stm32l4xxx/peripherals/apb.h @@ -0,0 +1,4 @@ +#ifndef H__APB_ +#define H__APB_ + +#endif /* H__APB_ */ |