Makefile now uses $(CC) so it works with clang static analyzer.
Signed-off-by: Michel Pollet <buserror@gmail.com>
2 files changed:
OBJ = obj
${OBJ}/%.o: %.c
- @gcc $(CFLAGS) -MD \
+ @$(CC) $(CFLAGS) -MD \
$< -c -o $@
@echo CC $<
/*
* These accessors are inlined and are used to perform the operations on
* avr_regbit_t definitions. This is the "official" way to access bits into registers
- * The small footorint costs brings much better versatility for functions/bits that are
+ * The small footprint costs brings much better versatility for functions/bits that are
* not always defined in the same place on real AVR cores
*/
/*