c5fc8790bb
- Implement UART HAL - Improved I2C and SPI HAL mocking mechanism (removed mock files)
7 lines
104 B
C
7 lines
104 B
C
#pragma once
|
|
|
|
#ifdef ESP_PLATFORM
|
|
#include <driver/gpio.h>
|
|
#else
|
|
typedef unsigned int gpio_num_t;
|
|
#endif |