Fix thread locals

This commit is contained in:
Jeremy Soller 2016-08-20 08:39:03 -06:00
parent 8ddd0ad3f0
commit 7a59e08e70
5 changed files with 6 additions and 35 deletions

View file

@ -150,6 +150,3 @@ pub mod serial;
/// Initialization and start function
pub mod start;
/// Thread control block
pub mod tcb;