commit | 0c798772cc58f38556683d0779b3480aefdeb187 | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Fri May 01 16:49:26 2015 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:13:59 2016 -0500 |
tree | 19e2b03dc3f415f2d6b69a0d93361dcb486e72bb | |
parent | 8678e3a9a8bf4875e8059a7113329a742402dba9 [diff] |
timer: fix incorrect nano_fiber_lifo_put in ISR The correct call is nano_isr_lifo_put, but they are aliases of each other, so that never caused an issue at runtime. Change-Id: Ibec8e6d3377133e5e67589c5a3ad1b8fb3cc652c Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>