Skip to content

Commit 4b3a77e

Browse files
committed
Fix TRNG source file header annotation
Correct the `@file` tag in `gd32_trng.cpp` from `gd32_trng.h` to `gd32_trng.cpp` so the file metadata matches the actual source file.
1 parent a0a9a7d commit 4b3a77e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib-gd32/src/gd32_trng.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if defined(GD32F20X) || defined(GD32F4XX)
22
/**
3-
* @file gd32_trng.h
3+
* @file gd32_trng.cpp
44
*
55
*/
66
/* Copyright (C) 2026 by Arjan van Vught mailto:info@gd32-dmx.org

0 commit comments

Comments
 (0)