commit | b4874ebb31f99704d1c71a23da2ccb37f9a7f77b | [log] [tgz] |
---|---|---|
author | James Kuszmaul <jabukuszmaul@gmail.com> | Sat Jan 18 17:50:35 2020 -0800 |
committer | James Kuszmaul <jabukuszmaul@gmail.com> | Sun Jan 19 16:27:42 2020 -0800 |
tree | df1ca5d120d8829884ea67cd0ce58b39d63928f0 | |
parent | 394150c112e6ea8a2f2f439cb2994a03a0224c48 [diff] [blame] |
Make 2020v10 roborio image work Something changed from v9 to v10 that either reduced the stack size or caused the roborio to start enforcing the stack size or *something*. Bump up the stack size on all of our binaries. Change-Id: I47df1aabfa8439f7bd12e78b1e6cdbef45c97b5a
diff --git a/aos/realtime.h b/aos/realtime.h index a6b4223..bc80ee5 100644 --- a/aos/realtime.h +++ b/aos/realtime.h
@@ -28,6 +28,8 @@ void LockAllMemory(); +void ExpandStackSize(); + } // namespace aos #endif // AOS_REALTIME_H_