Files
mkrtos-real/mkrtos_bootstrap/inc/stdbool.h
2024-01-27 15:40:45 +08:00

3 lines
41 B
C

#pragma once
typedef unsigned char bool;