Skip to content

Commit

Permalink
version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
solariun committed Nov 13, 2019
1 parent 4724bb0 commit 4cf78a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CorePartition/CorePartition.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extern "C"{
#define THREADL_STOPPED 4


static const char CorePartition_version[] = "V2.3.1 Compiled at " __TIMESTAMP__;
static const char CorePartition_version[] = "V2.3.2 Compiled at " __TIMESTAMP__;

bool CorePartition_Start (size_t nThreadPartitions);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void __attribute__ ((noinline)) ShowRunningThreads ()
size_t nCount = 0;

Serial.println ();
Serial.println (F("Listing all running threads"));
Serial.println (F("Listing all running Preemptive threads"));
Serial.println (F("--------------------------------------"));
Serial.println (F("ID\tStatus\tNice\tStkUsed\tStkMax\tCtx\tUsedMem\tExecTime"));

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CorePartition

Version 2.3.1
Version 2.3.2

![License information](https://raw.githubusercontent.com/solariun/CorePartition/master/License.png)

Expand Down

0 comments on commit 4cf78a2

Please sign in to comment.