Skip to content

Commit

Permalink
fixed malformed target
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBeta authored and iracigt committed Sep 15, 2024
1 parent 30cc368 commit 9abb0d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/random_numbers/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all : flash

TARGET:=lib_rand_test
TARGET:=random_numbers

include ../../ch32v003fun/ch32v003fun.mk

Expand Down
2 changes: 1 addition & 1 deletion examples/random_numbers/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CH32V003 lib_rand
(Psuedo) Random Number Generation, using lib_rand

`lib_rand` provides a simple, but effective implementation of a Linear Feedback
Shift Register, to provide 32-bit (Psuedo)Random Number Generation for the
Expand Down
File renamed without changes.

0 comments on commit 9abb0d3

Please sign in to comment.