Revert "- rename dmx_hal.h => dmx.h; it's a really header, not a wrapper"

This reverts commit 7395664ea6.


Origin commit data
------------------
Branch: master
Commit: f928fc0285
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-07 (Sun, 07 Nov 2021)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-11-07 22:09:12 +01:00
parent 9d9bd38d6a
commit 78136bc09a
11 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
#include <cstdlib>
#include "audio_lib.h"
#include "dmx.h"
#include "dmx_hal.h"
#include "hal_debug.h"
#define hal_debug(args...) _hal_debug(HAL_DEBUG_AUDIO, this, args)