Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2024-02-16 09:54:38 +00:00
commit ea825d1597

View File

@ -17,6 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#ifndef PROTOCOL_ARM_ATSAM
# include <stdio.h>
#endif
#include <stdbool.h> #include <stdbool.h>
#include "print.h" #include "print.h"