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
246 stars 144 forks source link

correct descriptor comment for CRC units #135

Closed pat-rogers closed 7 years ago

pat-rogers commented 7 years ago

Minor fix to the comment lines indicating the peripheral. These comments match those committed elsewhere to the SVD files so this is what would be generated.

pat-rogers commented 7 years ago

On 2/8/2017 10:59 AM, Fabien Chouteau wrote:

Fabien-Chouteau commented on this pull request.

type CRC_Peripheral is record

-- Data register

  • DR : HAL.UInt32;
  • DR : HAL.UInt32 with Volatile_Full_Access;

You left one Volatile_Full_Access here. Is that on purpose?

Oops, no. I'll fix it.