buildcommands: Wrap code to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
21e45cac64
commit
72050e7352
|
@ -10,7 +10,7 @@ sys.path.append('./klippy')
|
||||||
import msgproto
|
import msgproto
|
||||||
|
|
||||||
FILEHEADER = """
|
FILEHEADER = """
|
||||||
/* DO NOT EDIT! This is an autogenerated file. See scripts/buildcommands.py. */
|
/* DO NOT EDIT! This is an autogenerated file. See scripts/buildcommands.py. */
|
||||||
|
|
||||||
#include "board/irq.h"
|
#include "board/irq.h"
|
||||||
#include "board/pgm.h"
|
#include "board/pgm.h"
|
||||||
|
|
Loading…
Reference in New Issue