commit | 7551562a14328e8aa8efe41d9f66665cff00abe0 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Oct 08 11:10:22 2015 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:24:27 2016 -0500 |
tree | 89bf7c600fbabefb0c58929424384ab05e681976 | |
parent | c615ae56cbf3b726ec86eec581f8399f159eb66f [diff] |
uart: make poll_in and poll_out mandatory Polling in/out are basic UART functions that are supposed to work on every UART controllers. Therefore, both poll_in and poll_out are now mandatory. The API no longer checks if they are defined before calling. This is to avoid the if statements so to speed up things a bit. Change-Id: I3bd1e7a2dfa5405699ebaec3eb34cfc0434b0073 Signed-off-by: Daniel Leung <daniel.leung@intel.com>