Update such that tests pass for v1.2
This includes minor updates for the th different MCU variant, and bugfixes. Resolves #7
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(STM32L031xx)
|
||||
#if defined(STM32L010C6)
|
||||
#include "stm32l010x6.h"
|
||||
#elif defined(STM32L031xx)
|
||||
#include "stm32l031xx.h"
|
||||
#elif defined(STM32L412xx)
|
||||
#include "stm32l412xx.h"
|
||||
|
||||
Reference in New Issue
Block a user