Fixes unused buffer warning on platforms other then athena (#566)

This commit is contained in:
Thad House
2017-07-09 08:59:26 -07:00
committed by Peter Johnson
parent 237685d4a5
commit aa7fe0db29

View File

@@ -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