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

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-11-07 21:09:00 +01:00
committed by Thilo Graf
parent 4f1e2d3da6
commit 51b4a70dfb
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,5 +1,5 @@
#ifndef __DMX_LIB_H__ #ifndef __DMX_H__
#define __DMX_LIB_H__ #define __DMX_H__
#include <cstdlib> #include <cstdlib>
#include <vector> #include <vector>
@@ -66,4 +66,4 @@ class cDemux
void *pdata; void *pdata;
}; };
#endif // __DMX_LIB_H__ #endif // __DMX_H__