mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
stm32: Change header include guards from STMHAL to STM32 to match dir.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef MICROPY_INCLUDED_STMHAL_UART_H
|
||||
#define MICROPY_INCLUDED_STMHAL_UART_H
|
||||
#ifndef MICROPY_INCLUDED_STM32_UART_H
|
||||
#define MICROPY_INCLUDED_STM32_UART_H
|
||||
|
||||
typedef enum {
|
||||
PYB_UART_NONE = 0,
|
||||
@@ -49,4 +49,4 @@ mp_uint_t uart_rx_any(pyb_uart_obj_t *uart_obj);
|
||||
int uart_rx_char(pyb_uart_obj_t *uart_obj);
|
||||
void uart_tx_strn(pyb_uart_obj_t *uart_obj, const char *str, uint len);
|
||||
|
||||
#endif // MICROPY_INCLUDED_STMHAL_UART_H
|
||||
#endif // MICROPY_INCLUDED_STM32_UART_H
|
||||
|
||||
Reference in New Issue
Block a user