]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Trigger context switch after ADC interrupts - simpler version eaton-0.5.5
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 27 Aug 2015 07:17:00 +0000 (09:17 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 27 Aug 2015 07:17:00 +0000 (09:17 +0200)
Given the implementation of portYIELD_FROM_ISR() in FreeRTOS 8.2.2, it is
not necessary to call this macro at the end of the interrupt handler. This
allows us to centralize the call of this macro and keep target specific
files unmodified.


No differences found