Browse Source

Workaround for `make test:all DEBUG=1` (#23047)

pull/23092/head
Joel Challis 2 months ago
committed by GitHub
parent
commit
6890c1aeb8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      quantum/logging/debug.h

+ 4
- 0
quantum/logging/debug.h View File

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


Loading…
Cancel
Save