summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/uart.c')
-rw-r--r--teensy/uart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/teensy/uart.c b/teensy/uart.c
index b4c0a4d5b6..3dd2c50519 100644
--- a/teensy/uart.c
+++ b/teensy/uart.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
@@ -221,7 +221,7 @@ void uart_tx_strn_cooked(pyb_uart_obj_t *uart_obj, const char *str, uint len) {
}
/******************************************************************************/
-/* Micro Python bindings */
+/* MicroPython bindings */
STATIC void pyb_uart_print(const mp_print_t *print, mp_obj_t self_in, mp_print_kind_t kind) {
pyb_uart_obj_t *self = self_in;