Skip to content

Commit

Permalink
Merge pull request Vrekrer#34 from mikaelsundin/master
Browse files Browse the repository at this point in the history
Fixed inverted VREKRER_SCPI_PARSER_NO_IMPL in Vrekrer_scpi_parser.h
  • Loading branch information
Vrekrer authored Jan 3, 2024
2 parents 79d04c5 + bf99aaf commit 5b6e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vrekrer_scpi_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class SCPI_Parser {
//
// (.text+0x0): multiple definition of `SCPI_Parser::ProcessInput(Stream&, char const*)'

#ifdef VREKRER_SCPI_PARSER_NO_IMPL
#ifndef VREKRER_SCPI_PARSER_NO_IMPL
#include "Vrekrer_scpi_arrays_code.h"
#include "Vrekrer_scpi_parser_code.h"
#include "Vrekrer_scpi_parser_special_code.h"
Expand Down

0 comments on commit 5b6e009

Please sign in to comment.