mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-04 22:07:43 -07:00
Prefer using 'uint8_t' buffers as it is too easy to run into C sign extension problems with 'char' buffers. Prefer using 'uint_fast8_t' for buffer lengths as gcc does a better job compiling them on 32bit mcus. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |
||
|---|---|---|
| .. | ||
| gpio.c | ||
| gpio.h | ||
| irq.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| pgm.h | ||
| serial.c | ||
| timer.c | ||
| usbserial.c | ||
| watchdog.c | ||