From ec838d6f21864b243176e46ff33d82f6450295e9 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:18:41 +0100 Subject: [PATCH] Code clean-up --- src/hasp/hasp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hasp/hasp.h b/src/hasp/hasp.h index c67e2f21..a84749cb 100644 --- a/src/hasp/hasp.h +++ b/src/hasp/hasp.h @@ -19,8 +19,6 @@ #include "dev/device.h" #endif -#define NORMALIZE(a, b, c) map(a, b, c, 0, 0xFFFFU) - #ifdef __cplusplus extern "C" { #endif