HAL - Add a newline at the end of hal/api/Callback.h.

This remove a warning issued by ARMCC.
pull/2646/merge
Vincent Coubard 2016-09-26 14:09:18 +01:00 committed by Sam Grove
parent 5d6c316597
commit 9dd0c672ca
1 changed files with 2 additions and 1 deletions

View File

@ -5929,4 +5929,5 @@ Callback<R(A0, A1, A2, A3, A4)> callback(const volatile T *obj, R (*func)(const
} // namespace mbed
#endif
#endif