Skip to content

Commit

Permalink
Makefile: Remove useless UI_NANO_SX define
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Nov 22, 2023
1 parent 1ed3706 commit 4ba4a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ DEFINES += SPEC_VERSION=$(SPECVERSION)
#DEFINES += MONERO_BETA


ifeq ($(TARGET_NAME),$(filter $(TARGET_NAME),TARGET_NANOS TARGET_NANOS2))
DEFINES += UI_NANO_SX
else ifeq ($(TARGET_NAME),TARGET_NANOX)
ifeq ($(TARGET_NAME),TARGET_NANOX)
DEFINES += UI_NANO_X
else ifeq ($(TARGET_NAME),TARGET_STAX)
DEFINES += UI_STAX
Expand Down
2 changes: 1 addition & 1 deletion src/monero_ux_nano.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*****************************************************************************/

#if defined(UI_NANO_X) || defined(UI_NANO_SX)
#ifdef HAVE_BAGL

#include "os.h"
#include "cx.h"
Expand Down

0 comments on commit 4ba4a88

Please sign in to comment.