Update compilers (#1858)

* Update Alpine Image

* Update push.yml

* Style updates
This commit is contained in:
Ben V. Brown
2023-12-26 19:54:47 +11:00
committed by GitHub
parent 9931afdb0f
commit 849d1f7d40
9 changed files with 40 additions and 39 deletions

View File

@@ -34,7 +34,7 @@
#include "task.h"
#include <stdio.h>
//#define ENABLE_KERNEL_DEBUG
// #define ENABLE_KERNEL_DEBUG
#ifdef ENABLE_KERNEL_DEBUG
#define FREERTOS_PORT_DEBUG(...) printf(__VA_ARGS__)