Begin I2C implementation and finalize other changes
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
#ifndef SHAL_UART_REG_H
|
||||
#define SHAL_UART_REG_H
|
||||
|
||||
//
|
||||
// Created by Luca on 9/6/2025.
|
||||
//
|
||||
|
||||
|
||||
#if defined(STM32F030x6)
|
||||
#include "stm32f030x6.h"
|
||||
|
||||
@@ -46,7 +46,6 @@ public:
|
||||
|
||||
static SHAL_UART& get(uint8_t uart);
|
||||
|
||||
|
||||
UARTManager() = delete;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user