Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
fix SimPlatform.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 30, 2024
1 parent e22a4ab commit f7d33d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/ee/hrzn/chryse/platform/SimPlatform.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final case class SimPlatform() extends PlatformBoard[SimPlatformResources] {
jsonPath: String,
): Nothing = ???

override def program(buildResult: Nothing): Unit = ???
override def program(buildResult: Nothing, programMode: String): Unit = ???

val id = "sim"
val clockHz = 1_000_000
Expand Down

0 comments on commit f7d33d3

Please sign in to comment.