Strip out more of config_common (#19722)

This commit is contained in:
Joel Challis 2023-01-30 20:40:12 +00:00 committed by GitHub
parent f6dd8dea2e
commit d84a7351ea
Failed to generate hash of commit
4 changed files with 2 additions and 12 deletions

View file

@ -16,10 +16,4 @@
#pragma once
#ifndef __ASSEMBLER__
# include "pin_defs.h"
#endif
#ifdef AUDIO_ENABLE
# include "song_list.h"
#endif
#pragma message("'config_common.h' should no longer be included!")