libraspi: rename dmx_lib.h => dmx.h; it's not included by a hal-header

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

Origin message was:
------------------
- libraspi: rename dmx_lib.h => dmx.h; it's not included by a hal-header

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-11-07 21:09:00 +01:00
parent 6cab627197
commit 37d5fc0f21
2 changed files with 1 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
#include <cstdio>
#include <string>
#include <sys/ioctl.h>
#include "dmx_lib.h"
#include "dmx.h"
#include "hal_debug.h"
#include "video_lib.h"