This commit is contained in:
topicchi
2024-09-24 16:54:39 +00:00
parent e3ca99e4db
commit c7a68c0205
332 changed files with 6098 additions and 4139 deletions

View File

@@ -22,7 +22,7 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
/**
/**
* \file
* \brief Minimal AVR Serial driver.
*/
@@ -37,7 +37,7 @@
class MinimumSerial : public print_t {
public:
/** \return true for hardware serial */
operator bool() {return true;}
operator bool() { return true; }
/**
* \return one if data is available.
*/