Updated copyright headers and removed revision history

* Updated version number constants

* Updated copyright headers and removed revision history
This commit is contained in:
Frédéric Desbiens
2026-03-05 08:39:33 +01:00
committed by GitHub
parent dfe5084ab8
commit 61b0b06c3e
372 changed files with 14882 additions and 16676 deletions
@@ -24,7 +24,7 @@ void filex_fault_tolerant_file_allocate_test_application_define(void *first_u
/* Define the ThreadX and FileX object control blocks... */
#ifndef FX_STANDALONE_ENABLE
static TX_THREAD ftest_0;
static TX_THREAD ftest_0;
static TX_THREAD ftest_1;
#endif
static FX_MEDIA ram_disk;
@@ -40,7 +40,7 @@ static UCHAR *thread_buffer;
#else
static UCHAR cache_buffer[CACHE_SIZE];
static UCHAR fault_tolerant_buffer[FAULT_TOLERANT_SIZE];
#endif
#endif
static UINT error_couter = 0;
static UINT i;
@@ -205,7 +205,7 @@ ULONG64 available_bytes_after_write;
/* Get available bytes before write. */
fx_media_extended_space_available(&ram_disk, &available_bytes_after_write);
if (available_bytes_before_write != (available_bytes_after_write +
ram_disk.fx_media_fault_tolerant_clusters * ram_disk.fx_media_bytes_per_sector * ram_disk.fx_media_sectors_per_cluster))
ram_disk.fx_media_fault_tolerant_clusters * ram_disk.fx_media_bytes_per_sector * ram_disk.fx_media_sectors_per_cluster))
{
printf("ERROR!\n");