fix: build without KConfig is possible once more

This commit is contained in:
Blue 2024-11-19 18:45:11 +02:00
parent 3cce057545
commit a04693e39d
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 15 additions and 8 deletions

View file

@ -16,9 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SHARED_DEFINES_H
#define SHARED_DEFINES_H
#pragma once
#define SHARED_UNUSED(x) (void)(x)
#endif