same pre-merge

This commit is contained in:
rusefi 2017-03-30 19:55:45 -04:00
parent 92a165d2f9
commit 07bf9cea31
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ BaseChannel * getTsSerialDevice(void) {
}
void tunerStudioWriteData(ts_channel_s *tsChannel, const uint8_t * buffer, int size) {
efiAssertVoid(getRemainingStack(chThdSelf()) > 64, "tunerStudioWriteData");
efiAssertVoid(getRemainingStack(chThdGetSelfX()) > 64, "tunerStudioWriteData");
#if EFI_SIMULATOR || defined(__DOXYGEN__)
logMsg("chSequentialStreamWrite [%d]\r\n", size);
#endif