mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Fixes unused buffer warning on platforms other then athena (#566)
This commit is contained in:
committed by
Peter Johnson
parent
237685d4a5
commit
aa7fe0db29
@@ -77,7 +77,9 @@ Java_edu_wpi_first_wpilibj_can_CANJNI_FRCNetCommCANSessionMuxSendMessage(
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef CONFIG_ATHENA
|
||||
static uint8_t buffer[8];
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Class: edu_wpi_first_wpilibj_can_CANJNI
|
||||
|
||||
Reference in New Issue
Block a user