Skip to content

Commit

Permalink
fix: conditional compilation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed Apr 19, 2024
1 parent b89cde1 commit 37c74f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib_ccx/ccx_decoders_708_encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EIA-708, SO INTERNALLY WE USE THIS TABLE (FOR CONVENIENCE)
A0-FF -> Group G1 as is - non-English characters and symbols
*/

#if !defined(DISABLE_RUST)
#if defined(DISABLE_RUST)

unsigned char dtvcc_get_internal_from_G0(unsigned char g0_char)
{
Expand Down

0 comments on commit 37c74f2

Please sign in to comment.