diff options
Diffstat (limited to 'teensy/timer.c')
-rw-r--r-- | teensy/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teensy/timer.c b/teensy/timer.c index 45bcc2b8fb..bc560d85e0 100644 --- a/teensy/timer.c +++ b/teensy/timer.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) * @@ -119,7 +119,7 @@ mp_uint_t get_prescaler_shift(mp_int_t prescaler) { } /******************************************************************************/ -/* Micro Python bindings */ +/* MicroPython bindings */ STATIC const mp_obj_type_t pyb_timer_channel_type; |