AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
236 stars 141 forks source link

Examples: Simplify lcd_std_out character emission #327

Closed WickedShell closed 4 years ago

WickedShell commented 4 years ago

This was an old cleanup I had from playing with some of the examples. Internal_Put was duplicating the logic that New_Line contains for advancing the line on the screen.

claassistantio commented 4 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

WickedShell commented 4 years ago

I did sign the CLA, but I e-mailed it in per the documents on it rather then via CLA bot originally, I did it before sending #319 in, and would rather not add it into the CLA hook again if I don't have to.

Fabien-Chouteau commented 4 years ago

Thank you @WickedShell :)