Skip to content
Snippets Groups Projects
Commit 6dec5d35 authored by Christian Dietrich's avatar Christian Dietrich
Browse files

hooks: return type must be given in application

The application can no longer write

   PreTaskHook() {}

but must write

   void PreTaskHook() {}

This improves compatibility with KESO and other OSEK implementations.

Change-Id: Ie3a8a1c2ad9cb16b0f4b23e32b1d2b5be22d3880
parent f2befe06
No related branches found
No related tags found
No related merge requests found
Showing with 20 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment