QuantumLeaps / modern-embedded-programming-course

Companion repository to the "Modern Embedded Systems Programming" video course.
https://www.youtube.com/c/StateMachineCOM
GNU Affero General Public License v3.0
707 stars 132 forks source link

lesson-06 main.c : left-shift and right-shift comments are swapped #2

Closed aspiringVegetarian closed 3 months ago

aspiringVegetarian commented 3 months ago

Files affected: lesson-06/*/main.c

left-shift and right-shift comments need to be swapped in all four lesson-06 main.c files

quantum-leaps commented 3 months ago

Fixed and checked in. Thank you for reporting. --MMS